curl --request GET \
--url https://api.onetsolutions.net/v1/domains/tlds/check/{domain_name} \
--header 'Authorization: Bearer <token>'{
"domain_name": "<string>",
"is_available": true,
"price": "<string>",
"currency": "<string>",
"premium": true,
"error": "<string>"
}Check whether a specific domain name is available for registration. The response includes the availability status, registration price if available, and any premium pricing that may apply. For unavailable domains, additional information about the current registration status may be provided when available from the registry.
curl --request GET \
--url https://api.onetsolutions.net/v1/domains/tlds/check/{domain_name} \
--header 'Authorization: Bearer <token>'{
"domain_name": "<string>",
"is_available": true,
"price": "<string>",
"currency": "<string>",
"premium": true,
"error": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
The fully qualified domain name to check (e.g., example.com, mysite.org)